object FormCaractere: TFormCaractere Left = 318 Top = 124 BorderStyle = bsDialog Caption = 'Table de caract'#232'res' ClientHeight = 334 ClientWidth = 537 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 14 object Label1: TLabel Left = 6 Top = 12 Width = 40 Height = 14 Caption = 'Polices :' end object FontName: TComboBox Left = 48 Top = 6 Width = 401 Height = 22 Cursor = crHandPoint Style = csOwnerDrawFixed Ctl3D = False DropDownCount = 12 ItemHeight = 16 ParentCtl3D = False ParentShowHint = False ShowHint = True Sorted = True TabOrder = 0 OnChange = FontNameChange end object GridCar: TStringGrid Left = 6 Top = 33 Width = 444 Height = 290 Cursor = crHandPoint ColCount = 20 Ctl3D = True DefaultColWidth = 21 DefaultRowHeight = 21 FixedCols = 0 RowCount = 13 FixedRows = 0 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goThumbTracking] ParentCtl3D = False ParentFont = False ScrollBars = ssNone TabOrder = 1 OnClick = GridCarClick OnDblClick = ButtonInsertClick end object ButtonInsert: TButton Left = 456 Top = 33 Width = 75 Height = 22 Caption = '&Ins'#233'rer' TabOrder = 2 OnClick = ButtonInsertClick end object ButtonClose: TButton Left = 456 Top = 60 Width = 75 Height = 22 Cancel = True Caption = '&Fermer' ModalResult = 2 TabOrder = 3 OnClick = ButtonCloseClick end object PanelCar: TPanel Left = 465 Top = 99 Width = 58 Height = 58 Cursor = crHandPoint Color = clNavy Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -32 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 4 OnDblClick = ButtonInsertClick end end